home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / uc31.zip / REMOTACC.SCR < prev    next >
Text File  |  1992-12-28  |  291b  |  13 lines

  1. ; Remote Access login Script for Unicom 3
  2. ;
  3. Delay(1000)
  4. Waitfor("moments.")
  5. Send("^[")           ; send escape
  6. Delay(2000)
  7. Waitfor("name:")
  8. Delay(250)
  9. Send("JIM SMITH^M")  ; Your name goes here
  10. Waitfor("Password:")
  11. Delay(250)
  12. Send("YOURPASSWORD^M") ; Your password goes here
  13. Exit